phonetic_gleam/utils

Functions

pub fn remove_adjacent_dups(xs: List(a)) -> List(a)
pub fn remove_not_allowed_chars(
  word: String,
  allowed_chars: String,
) -> String
pub fn remove_value(xs: List(a), value: a) -> List(a)
pub fn then_or_else(is: Bool, then: a, or_else: a) -> a
Search Document