Toolbelt v0.1.1 Toolbelt.Keyword

Functions closely related to Keyword that didn’t make it or didn’t yet make it to the standard library.

Summary

Functions

Check if the given value is a keyword list

Functions

is_keyword_list(val)

Check if the given value is a keyword list.

This function is slow because it iterates over every element in the list to assert that it is indeed a key-value tuple.