#
any
Here are 46 public repositories matching this topic...
any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only library
-
Updated
Jan 1, 2021 - C++
Decode [String: Any] for Codable
-
Updated
Nov 6, 2020 - Swift
fast
template
cplusplus
cpp
function
inheritance
visitor
visitor-pattern
compile-time
any
multimethods
multiple-dispatch
acyclic
anyfunction
-
Updated
May 26, 2020 - C++
Allow admins to see other player commands!
-
Updated
Oct 19, 2018 - SourcePawn
Two implementation of std::any for C++11 compilers
-
Updated
Sep 7, 2018 - C++
-
Updated
Dec 10, 2020 - Python
Heroku Rclone Index Any Remote cloud drives to Index page
-
Updated
May 9, 2021 - Dockerfile
C++ single-header any implementation that allows for unsafe casts
-
Updated
Aug 18, 2020 - C++
Parses text for any date format and returns the date object. No need to know format type.
-
Updated
Jul 14, 2018 - Java
Project euler solutions in any programming language.
-
Updated
Jun 5, 2018 - Python
promise-polyfill
ie8
any
es6-promise
promises-aplus
finally
allsettled
promise-ponyfill
promise-like
promises-a
-
Updated
Dec 24, 2020 - JavaScript
A library for converting numbers to any non-integer/decimal (or just integer) base.
converter
hex
system
convert
number
decimal
radix
base
any
bin
dec
oct
numbersystems
numbersystem
decimalsystem
decimalsystems
-
Updated
May 9, 2021 - TypeScript
Linq extension method that adds None ( aka !Any() ) capability.
-
Updated
Aug 15, 2019 - C#
класс Any на языке X++ для работы со значениями любого типа (AnyType)
-
Updated
Mar 2, 2020 - Java
List of Transpilers, TransCompilers, Decompilers, etc, source to source converter, & similar & related tools/apps
list
collection
decompiler
conversion
transpiler
transcoder
source-to-source
any
computer-language
transcompiler
source-converter
-
Updated
Nov 19, 2020 - CSS
solodynamo / ly
Improve this page
Add a description, image, and links to the any topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the any topic, visit your repo's landing page and select "manage topics."


Checklist
Description
C++11 introduced
shared_ptr, which works withT[]types -- but only if the type is given a custom deleter. C++20 expanded this to supportshared_ptr<T[]>, and introduces an overload formake_sharedfor this.Backport should be updated to support thi