On Tue, 19 Aug 2014 03:36:26 +
Nikolay via Digitalmars-d-learn
wrote:
> > right here: http://dlang.org/expression.html#PrimaryExpression
> >
> > language documentation rulez! ;-)
> Yes I found it. Correct link:
>
> Module Scope Operator
> http://dlang.org/module.html
my link is correct too.
right here: http://dlang.org/expression.html#PrimaryExpression
language documentation rulez! ;-)
Yes I found it. Correct link:
Module Scope Operator
http://dlang.org/module.html
On Mon, 18 Aug 2014 16:30:12 +
Nikolay via Digitalmars-d-learn
wrote:
> What does mean ".connect"? Where I can find description of this
> syntax (dot + function name)?
right here: http://dlang.org/expression.html#PrimaryExpression
language documentation rulez! ;-)
signature.asc
Descriptio
On Monday, 18 August 2014 at 16:30:13 UTC, Nikolay wrote:
I found this code sample in vibe:
void connect(NetworkAddress addr)
{
enforce(.connect(m_ctx.socketfd, addr.sockAddr,
addr.sockAddrLen) == 0, "Failed to connect UDP
socket."~to!string(getLastSocketError()));
}
What d
I found this code sample in vibe:
void connect(NetworkAddress addr)
{
enforce(.connect(m_ctx.socketfd, addr.sockAddr,
addr.sockAddrLen) == 0, "Failed to connect UDP
socket."~to!string(getLastSocketError()));
}
What does mean ".connect"? Where I can find description of this