vibe.d beta banner
get vibe.d
0.10.1

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

Function WebRPCPeer.implementation

Accesses the remote peer's API interface.

inout inout(I) implementation() @property;

Note that this does not need to be called explicitly, as an alias this will make all methods of I available on WebRPCPeer directly.

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.