Pudu programming language
Menu
API reference

Std.BloomFilter.insert

1 declaration

fn

insert: &Std.BloomFilter.BloomFilter -> Str -> Std.BloomFilter.BloomFilter

This is a callable function.

What it does

Inserts a string item into the filter.

Read the signature

  • The text after the name is the type checked by Pudu.
  • Read arrows from left to right: inputs come first, and the final type is returned.
  • & borrows a value for this call instead of moving or copying it.

Back to Std.BloomFilterSearch related declarations