Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Tuple/Update"

Index

Type aliases

Type aliases

Update

Update<T, K, A>: Cast<OUpdate<T, K, A>, any[]>

Update in T the entries of key K with A. Use the x placeholder to get the current field type.

Type parameters

  • T: Tuple

    to update

  • K: Index

    to chose fields

  • A: any

    to update with

returns

any[]

example

Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.