Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Returns the last subid referenced in RANGE.
Take SEXP, a tuple as returned by 'user-group->gexp', and turn it into a user-group record.
Returns #t when subid range A either starts before, or is more specific than B. When it is not possible to determine whether a range is more specific w.r.t. another range their names are compared alphabetically.
Returns #t when RANGE's start is a number.
Take SEXP, a tuple as returned by 'subid-range->gexp', and turn it into a subid-range record.
Parse STR as a UUID of the given TYPE. On success, return the corresponding bytevector; otherwise return #f.