Method InetHeaderMap.opBinaryRight

Returns a pointer to the first field that matches the given key.

Prototypes

inout(string)* opBinaryRight(string op)(
  string key
) inout;

bool opBinaryRight(string op)(
  string key
) inout;

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

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