getAll(_:as:)

Return parameter with specified id as a certain type

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

Parameters

s

parameter id

as

type we want returned