An A-star 2D polygon map search implementation and library for Elixir
Current section
Files
No matching files
defmodule Scurry.Types do defmacro __using__{_opts} do @typedoc "A vector is represented as a tuple `{x, y}`, it's x and y components, both `t:number/0`." @type vector() :: {x :: number(), y :: number()} end end
Type any of these into the search box. They can be combined with free text which searches package names and descriptions.
Wrap values in double quotes to include spaces, e.g. name:"my package".
name:"my package"