[#node-MakeMinisketch32] = xref:node.adoc[node]::MakeMinisketch32 :relfileprefix: ../ :mrdocs: Wrapper around Minisketch::Minisketch(32, implementation, capacity). == Synopsis Declared in `<node/minisketchwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Minisketch MakeMinisketch32(size_t capacity); ---- == Return Value A 32‐bit‐element Minisketch with the chosen implementation and `capacity.` == Parameters [cols="1,4"] |=== | Name| Description | *capacity* | The maximum number of differences the sketch can hold. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#