ExLiveUrl.Path (ExLiveUrl v0.3.0)

TODO

Link to this section Summary

Link to this section Types

Link to this opaque

t()

(opaque) (since 0.3.0)
@opaque t()

Link to this section Functions

Link to this function

new(segments)

(since 0.3.0)
@spec new(String.t() | [String.t()]) :: t()

TODO

Link to this function

segments(path)

(since 0.3.0)
@spec segments(t()) :: [String.t()]

TODO

Link to this function

update_segments(path, update_fun)

(since 0.3.0)
@spec update_segments(t(), (segments :: [String.t()] -> segments :: [String.t()])) ::
  t()

TODO