xieite {}
	data
		array {}
		fixed_array {}
		fixed_string {}
		init_list<>
		lowercase()
		null
		opt {}
		ptr {}
		range_cmp()
		string {}
		string_view {}
		uppercase()

	func
		all()
		any()
		defer {}
		func {}
		gen()
		nop()
		unfold()
		unroll()
		visitor {}
		with_index()
		with_result()

	io
		eof
		file {}
		logger {}
		std {}

	literal
		analog {}
		dedent {}
		fixed_int {}
		fmt {}
		radix {}

	math
		abs()
		add()
		add_checked()
		almost_equal()
		almost_equal_slope()
		as_signed()
		as_unsigned()
		between()
		big_int {}
		bit_at()
		bit_ceil()
		bit_floor()
		ceil()
		diff()
		div()
		div_ceil()
		div_ceil_half()
		div_checked()
		factorial<>
		fibonacci<>
		floor()
		is_finite()
		is_infinite()
		is_nan()
		is_neg()
		is_single_bit()
		leading_zeros()
		lshift()
		max()
		min()
		minmax()
		mod()
		mod_checked()
		mul()
		mul_checked()
		number {}
		number_format_config {}
		parse_number()
		pow()
		rem()
		rem_checked()
		rshift()
		sign()
		sign_cast()
		stringify_number()
		sub()
		sub_checked()
		trailing_zeros()
		wide_uint {}
		width<>

	meta
		fake()
		fold<>
		list {}
		make_seq<>
		ptr_depth<>
		refl {}
		req<>
		req_any<>
		req_none<>
		req_some<>
		sad<>
		seq {}
		sloc {}
		state<>
		type<>
		type_at<>
		type_counter<>
		value<>
		value_at<>
		wrap_type {}
		wrap_value {}

	preproc
		ANY()
		ARCH
		ARROW()
		AS()
		AT()
		ATTR
		CALL()
		CAT()
		COMPILER
		DECLARE()
		DEFINE_STATIC_ARRAY()
		DIAGNOSTIC()
		EACH()
		EAT()
		ENCODING
		ENDIAN
		EVAL()
		FEATURE
		FUNC
		FWD()
		HAS_ATTR()
		HAS_BUILTIN()
		IF()
		LAMBDA()
		LANG
		LIFT()
		PAREN()
		PLATFORM
		PRAGMA()
		QUOTE()
		REMOVE_EMPTY()
		SCAN()
		STATIC_ASSERT()
		STDLIB
		TEMPLATE
		UNWRAP()
		VERSION
		WORD_WIDTH
		WRAPPED()

	sys
		cpu_relax()
		isatty()
		nproc()
		segfault()

	trait
		add_c<>
		add_clref<>
		add_crref<>
		add_cv<>
		add_cvlref<>
		add_cvrref<>
		add_lref<>
		add_ptr<>
		add_rref<>
		add_v<>
		add_vlref<>
		add_vrref<>
		copy_c<>
		copy_clref<>
		copy_cref<>
		copy_crref<>
		copy_cv<>
		copy_cvlref<>
		copy_cvref<>
		copy_cvrref<>
		copy_lref<>
		copy_ref<>
		copy_rref<>
		copy_v<>
		copy_vlref<>
		copy_vref<>
		copy_vrref<>
		is_assignable<>
		is_assignable_to<>
		is_bool_testable<>
		is_brace_constructible<>
		is_c<>
		is_callable<>
		is_castable<>
		is_constructible<>
		is_copy_assignable<>
		is_copy_constructible<>
		is_cv<>
		is_default_constructible<>
		is_derived_from<>
		is_derived_from_instance_of<>
		is_float<>
		is_implicit_castable<>
		is_implicit_castable_any<>
		is_implicit_constructible<>
		is_implicit_default_constructible<>
		is_implicit_move_constructible<>
		is_input_range<>
		is_input_sized_range<>
		is_instance_of<>
		is_int<>
		is_invocable<>
		is_invocable_lref<>
		is_lref<>
		is_move_assignable<>
		is_move_constructible<>
		is_noex_assignable<>
		is_noex_assignable_to<>
		is_noex_bool_testable<>
		is_noex_brace_constructible<>
		is_noex_constructible<>
		is_noex_copy_assignable<>
		is_noex_copy_constructible<>
		is_noex_dtor<>
		is_noex_implicit_castable<>
		is_noex_implicit_constructible<>
		is_noex_implicit_default_constructible<>
		is_noex_implicit_move_constructible<>
		is_noex_iter<>
		is_noex_move_assignable<>
		is_noex_move_constructible<>
		is_noex_range<>
		is_noex_sentinel<>
		is_noex_swappable<>
		is_number<>
		is_order<>
		is_privately_derived_from<>
		is_ptr<>
		is_range<>
		is_ref<>
		is_rref<>
		is_same<>
		is_same_any<>
		is_same_any_ignore_cv<>
		is_same_any_ignore_cvref<>
		is_same_ignore_cv<>
		is_same_ignore_cvref<>
		is_same_with<>
		is_satisfied<>
		is_satisfies<>
		is_signed<>
		is_sized_range<>
		is_unsigned<>
		is_v<>
		is_variadic<>
		is_void<>
		non_copyable<>
		non_movable<>
		remove_c<>
		remove_clref<>
		remove_crref<>
		remove_cv<>
		remove_cvlref<>
		remove_cvref<>
		remove_cvrref<>
		remove_lref<>
		remove_ptr<>
		remove_ref<>
		remove_rref<>
		remove_v<>
		remove_vlref<>
		remove_vrref<>
		req<>
		try_signed<>
		try_unsigned<>

	util
		address()
		as_c()
		as_cv()
		as_not_c()
		as_not_v()
		as_v()
		assign()
		at()
		cast()
		construct()
		destroy()
		error {}
		exchange()
		implicitly()
		like()
		lvalue()
		prvalue()
		reconstruct()
		synth_three_way()
		types {}
		xvalue()