Put adds new DecodingLayer to container. The new instance of the same DecodingLayerContainer is returned so it may be implemented as a value receiver.
(DecodingLayer)
| 58 | // the same DecodingLayerContainer is returned so it may be |
| 59 | // implemented as a value receiver. |
| 60 | Put(DecodingLayer) DecodingLayerContainer |
| 61 | // Decoder returns DecodingLayer to decode given LayerType and |
| 62 | // true if it was found. If no decoder found, return false. |
| 63 | Decoder(LayerType) (DecodingLayer, bool) |
no outgoing calls