Function toLastWithPrefixBeforeSuffix

  • Type Parameters

    • V

    Parameters

    • map: TreeMap<string, V>
    • prefix: string
    • suffix: string = "~"

    Returns MapIterator<string, V> | undefined