Re: bidirectional map

2013-11-12 Thread Andrea Fontana
On Tuesday, 12 November 2013 at 01:14:47 UTC, bioinfornatics wrote: Dear, I am looking for a bidirectional map i.e http://en.wikipedia.org/wiki/Bidirectional_map My seach into D documentation seem to said to me that this structure is not implemented. Something like (for primary idea

Re: bidirectional map

2013-11-12 Thread bioinfornatics
On Tuesday, 12 November 2013 at 09:10:07 UTC, Andrea Fontana wrote: On Tuesday, 12 November 2013 at 01:14:47 UTC, bioinfornatics wrote: Dear, I am looking for a bidirectional map i.e http://en.wikipedia.org/wiki/Bidirectional_map My seach into D documentation seem to said to me

Re: bidirectional map

2013-11-12 Thread Ellery Newcomer
On 11/11/2013 05:14 PM, bioinfornatics wrote: Dear, I am looking for a bidirectional map i.e http://en.wikipedia.org/wiki/Bidirectional_map My seach into D documentation seem to said to me that this structure is not implemented. Something like (for primary idea): struct BidirectionalMap(T,U

bidirectional map

2013-11-11 Thread bioinfornatics
Dear, I am looking for a bidirectional map i.e http://en.wikipedia.org/wiki/Bidirectional_map My seach into D documentation seem to said to me that this structure is not implemented. Something like (for primary idea): struct BidirectionalMap(T,U){ private: T[U] _forwardHash