Dictionary

extension Dictionary where Key == WebcomKey

Available where Key == WebcomKey

  • Gets or sets the element at the specified index given as a string.

    Declaration

    Swift

    public subscript(index: String) -> Value { get set }

    Parameters

    index

    The index as a string.