requireAll(_:as:)

    Return parameter with specified id as a certain type

    Parameters.swift:124
    func requireAll<T>(_ s: String, as: T.Type) throws -> [T] where T : RawRepresentable, T.RawValue == String

    Parameters

    s

    parameter id

    as

    type we want returned

    Other members in extension

    Type members

    Instance members