BoundedArray.fromJson

Convert from/to Json.

  1. Json toJson()
  2. typeof(this) fromJson(Json src)
    struct BoundedArray(E, size_t maxElements_)
    static @safe
    typeof(this)
    fromJson
    (
    Json src
    )

Meta