deserializeValue.RuntimeSymbolTable

Undocumented in source.
  1. alias RuntimeSymbolTable = const(char[])[]
  2. alias RuntimeSymbolTable = const(string)[]
    template deserializeValue(string[] symbolTable, TableKind tableKind)
    static if(!(tableKind == TableKind.scopeRuntime))
    alias RuntimeSymbolTable = const(string)[]

Meta