vibe.d beta banner
get vibe.d
0.10.1

Asynchronous I/O that doesn’t get in your way, written in D

Alias WebRPCPeerImpl.SubPeerImpl

class WebRPCPeerImpl
{
  // ...
  alias SubPeerImpl(alias method) = WebRPCPeerImpl!(SubInterfaceType!method,RootI,method_prefix~__traits(identifier,method)~".");
  // ...
}
Authors

Sönke Ludwig

Copyright

© 2024 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.