AbstractSyntaxNotation1Element.set

Decodes an array of elements.

  1. Element[] set [@property getter]
    class AbstractSyntaxNotation1Element(Element)
    abstract @property const
    Element[]
    set
    ()
  2. Element[] set [@property setter]

Meta

Credits

Thanks to StackOverflow user https://stackoverflow.com/users/359297/biotronic, BioTronic for teaching me how to create the abstract method that uses the child class as a template.